home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / DiskUtil / Crunch / XPK / SHELL / XPK.DOC < prev    next >
Text File  |  1992-11-02  |  2KB  |  63 lines

  1. NAME
  2.     xPK
  3.  
  4. SYNOPSIS
  5.     xPK [-frsux] [-p password] [-m method] files
  6.  
  7.        -m = packing method
  8.        -f = force repack
  9.        -s = don't remove original
  10.        -r = recursively (un)pack 
  11.        -u = unpack (extract)
  12.        -p = encrypt/decrypt
  13.        -x = pack executables only
  14.  
  15. DESCRIPTION
  16.     xPK is a command line interface to the XPK compression library.
  17.     It compresses a file using the method given by -m. After the 
  18.     process is complete, the original file is removed and replaced
  19.     by its compressed version under the same name.
  20.  
  21.     The xPK executable can be renamed to a packer name which will
  22.     then be considered as given by -m.
  23.  
  24. OPTIONS
  25.     -m = method. After -m you can indicate the name of the packer
  26.          to use, plus a mode number if the packer supports that.
  27.  
  28.     -f = force. Will enforce packing of already XPK-packed files.
  29.  
  30.     -s = suffix. Add a .XPK suffix to the compressed version and
  31.          don't remove the original.
  32.  
  33.     -r = recur. If any directories are encountered, they're packed 
  34.          recursively.
  35.  
  36.     -u = unpack. Will unpack the indicated files. (same as -e). 
  37.  
  38.     -p = password. Will be used for encryption or decryption.
  39.  
  40.     -x = executables. Will refuse to pack files that are not 
  41.          executable or are overlaid. For use with xLoadSeg.
  42.  
  43. EXAMPLES
  44.     xPK -rm NUKE dh1:modules 
  45.     xPK -m  IMPL.50 df0:OVERVIEW
  46.     xPK -xm NUKE dh4:
  47.     xPK -r -p topsecret -m FEAL.32 dh1:private_docs
  48.  
  49.  
  50. HISTORY
  51.     xPK 1.0
  52.     - First public release
  53.  
  54.     xPK 1.1
  55.     - Docs written
  56.     - Version string added
  57.  
  58. COPYRIGHT
  59.     Freely distributable for noncommercial use.
  60.  
  61. AUTHOR
  62.     Urban Dominik Mueller,   umueller@amiga.physik.unizh.ch
  63.